raar.behaviour
Class RAForLoop

java.lang.Object
  extended byraar.behaviour.RAForLoop
All Implemented Interfaces:
RAStatement, java.io.Serializable

public class RAForLoop
extends java.lang.Object
implements RAStatement

See Also:
Serialized Form

Constructor Summary
RAForLoop(java.lang.String elemName, RAAbstractList list, RAStatement set, RARegister register)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAForLoop

public RAForLoop(java.lang.String elemName,
                 RAAbstractList list,
                 RAStatement set,
                 RARegister register)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException